home *** CD-ROM | disk | FTP | other *** search
Windows Policy Administrative Template | 1999-10-14 | 3.4 KB | 123 lines |
- #if version <= 2
-
- CLASS MACHINE
-
- CATEGORY !!GPEOnly
-
- POLICY !!GPEOnlyPolicy
- KEYNAME "Software\Policies"
-
- PART !!GPEOnly_Tip1 TEXT
- END PART
-
- PART !!GPEOnly_Tip2 TEXT
- END PART
- END POLICY
-
- END CATEGORY
-
- #endif
-
- #if version >= 3
-
- CLASS USER
-
- CATEGORY !!WMPU
- CATEGORY !!WindowsMediaPlayer
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- POLICY !!NoCodecDownload
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- EXPLAIN !!UnderConstruction
- VALUENAME NoCodecDownload
- END POLICY
-
- POLICY !!CustomizeWindowsMediaPlayer
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- EXPLAIN !!UnderConstruction
- PART !!TitleBar EDITTEXT
- VALUENAME TitleBar
- END PART
-
- PART !!ShowCaseButton EDITTEXT
- VALUENAME ShowCaseButton
- END PART
-
- PART !!ShowCaseURL EDITTEXT
- VALUENAME ShowCaseURL
- END PART
- END POLICY
- END CATEGORY ; WindowsMediaPlayer
- END CATEGORY ;WMP
-
-
-
- CLASS MACHINE
-
- CATEGORY !!WMP
- CATEGORY !!WindowsMediaPlayer2
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- POLICY !!NoMediaFavorites
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- EXPLAIN !!UnderConstruction
- VALUENAME NoMediaFavorites
- END POLICY
- END CATEGORY
-
- CATEGORY !!RadioBar
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- POLICY !!RadioBar
- KEYNAME "Software\Policies\Microsoft\WindowsMediaPlayer"
- EXPLAIN !!UnderConstruction
- PART !!NoRadioBar CHECKBOX
- VALUENAME NoRadioBar
- ACTIONLISTON
- KEYNAME "Software\Microsoft\Windows\CurrentVersion\RunOnce"
- VALUENAME "Register OCX" VALUE "regsvr32.exe /s msdxm.ocx"
- END ACTIONLISTON
- ACTIONLISTOFF
- KEYNAME "Software\Microsoft\Windows\CurrentVersion\RunOnce"
- VALUENAME "Register OCX" VALUE "regsvr32.exe /s msdxm.ocx"
- END ACTIONLISTOFF
- END PART
-
- PART !!NoFindNewStations CHECKBOX
- VALUENAME NoFindNewStations
- END PART
-
- PART !!DefaultURLFindNewStations EDITTEXT
- VALUENAME DefaultURLFindNewStations
- DEFAULT !!RadioStationsURL
- END PART
- END POLICY
- END CATEGORY ; RadioBar
- END CATEGORY ;WMP
-
-
- #endif
-
- [strings]
- GPEOnly_Tip1="The wmp.adm file is for Windows 2000 and later only"
- GPEOnly_Tip2="None of its policies will be displayed here"
- GPEOnly="GP Only"
- GPEOnlyPolicy="WMP.ADM"
-
- UnderConstruction="Under Construction"
- WMP="Windows Media Player"
- WMPU="Windows Media Player"
-
- WindowsMediaPlayer="Windows Media Player customizations"
- WindowsMediaPlayer2="Favorites"
- RadioBar="Radio toolbar settings"
-
- CustomizeWindowsMediaPlayer="Customize the Windows Media Player"
- CustomizeWindowsMediaPlayer2="Windows Media Player Favorites"
- NoCodecDownload ="Prevent automatic codec download"
- NoMediaFavorites="Do not install the default Windows Media Player Favorites in Media folder"
- TitleBar="Title bar of the Windows Media Player:"
- ShowCaseButton="Button name on Windows Media Player navigation bar:"
- ShowCaseURL="URL for button on Windows Media Player navigation bar:"
-
- NoRadioBar="Disable Radio toolbar (may require a reboot)"
- NoFindNewStations="Disable menu for finding new Radio Stations"
- RadioStationsURL="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&pver=6.1&ar=Media&sba=RadioBar"
- DefaultURLFindNewStations="URL for finding new Radio Stations:"